home *** CD-ROM | disk | FTP | other *** search
/ CYBER.XPO.95 / CYBER.XPO.95 (Arsenal Computer).ISO / popreq / amiga1 / dnbrrtt3.lha / j / j.29 < prev    next >
Internet Message Format  |  1993-01-08  |  3KB

  1. From: barrett@astro.cs.umass.edu (Daniel Barrett)
  2. Newsgroups: comp.sys.amiga.advocacy
  3. Subject: Marc Barrett's first C program?
  4. Date: 8 Jan 93 21:25:32 GMT
  5.  
  6.  
  7.     Over the years, Marc Barrett has made a number (17,948) of negative
  8. statements about the Amiga, as well as some suggestions of how to change
  9. it.  And yet we have seen no programs written by him.  What do Marc's
  10. programs look like?  The following is my best guess.
  11.  
  12.     Please note the credits, since the original idea was not mine.
  13.  
  14. ------------8<----------------- cut here ----------------8<------------------
  15. /* MB.c:    A fantasy about Marc Barrett's first C program.
  16.  *        Inspired by a posting by Paul Theodoropoulos.  (The printf.)
  17.  *        Code by Dan "No Relation" Barrett.
  18.  *        Spurred into reality by Marc "No Relation Either" Atkin.
  19.  *
  20.  * Created in Wordperfect 4.1:  the ultimate programmer's editor.
  21.  * Anything else simply is not productivity software.
  22.  *
  23.  * This code is copyrighted and in the public domain.  You can give
  24.  * out copies as long as you send in the shareware fee.  I hope that
  25.  * Commodore will use this code in the next release of the pathetic,
  26.  * useless, primitive Amiga operating system.
  27. */
  28.  
  29.  
  30. #include <stdio.h>
  31. #include <flamewar.h>
  32. #include <whiner.h>
  33. #include <exec/clueless.h>
  34. #include <macintosh/ease_of_use.h>
  35. #include <macintosh/drag_n_drop.h>
  36. #include <macintosh/structured_graphics.h>
  37. #include <macintosh/no_preemptive_multitasking_but_who_cares.h>
  38. #include <you_are_wrong.h>
  39. #include <thats_irrelevant.h>
  40. #include <i_am_right.h>
  41. #include <everyone_loves_me.h>
  42. #include <DataTax.h>
  43.  
  44. #ifdef I_FEEL_LIKE_IT
  45. # include <problems/surface.h>
  46. #else
  47. # include <problems/internal.h>
  48. #endif
  49.  
  50. #include <five_years_of_complaining.h>
  51. #include <dead/cdtv.h>
  52. #include <dead/amigavision.h>
  53. #include <dead/amiga.h>
  54. #include <dead/marketing.h>
  55. #include <dead/gould.h>
  56. #include <dead/cbm.h>
  57. #include <dead/elvis.h>
  58. #include "MB.h"
  59. #include "MB.h"
  60. #include "MB.h"
  61. #include "MB.h"
  62. #include "MB.h"        /* Make SURE the compiler sees it. */
  63.  
  64. #define    TRUE    (1?1:1-1)    /* Super-clever hacker trick. */
  65. #define    FALSE    NULL        /* Fewer names -- saves space. */
  66.  
  67. #if 1
  68. # define some        all
  69. # define 3        500
  70. # define opinion    simple and obvious fact
  71. #endif
  72.  
  73.  
  74. main()
  75. {
  76.     printf("Hello world.  Amiga sucks!\n");
  77. }
  78.  
  79.                                                         Dan
  80.  
  81.  //////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  82. | Dan Barrett -- Dept of Computer Science, Lederle Graduate Research Center |
  83. | University of Massachusetts, Amherst, MA  01003  --  barrett@cs.umass.edu |
  84.  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/////////////////////////////////////
  85.